.homw-wrap {
  overflow-x: hidden;
}
.swiper-container-index {
  position: relative;
  height: 570px !important;
}
.swiper-container-index img {
  width: 100%;
  height: 100%;
}
.swiper-container-index .swiper-pagination {
  bottom: 64px;
}
.swiper-container-index .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  transition: 0.3s;
}
.swiper-container-index .swiper-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 14px;
}
.home-chain .chain-container div i[data-v-fd480f98] {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url(../image/industry_chain00.png) no-repeat;
  background-size: contain;
}
#provinceChoiceNav,
#cityChoiceNav {
  position: relative;
}
#provinceChoiceList,
#cityChoiceList {
  position: absolute;
  left: 0;
}
#provinceChoiceList .popper__arrow,
#cityChoiceList .popper__arrow {
  position: absolute;
  top: -7px;
  left: 15%;
}
#provinceChoiceList .el-select-dropdown__item {
  text-align: left;
}
.area_choose {
  position: relative;
  width: 100%;
}
.area_choose .layui-form-item {
  margin-bottom: 10px;
}
.area_choose .layui-input-block {
  display: inline-block;
  margin-left: 0;
  width: 204px;
  height: 40px;
  line-height: 40px;
}
.area_choose .layui-input-block input:-moz-placeholder,
.area_choose .layui-input-block textarea:-moz-placeholder {
  color: #ccc;
}
.area_choose .layui-input-block input:-ms-input-placeholder,
.area_choose .layui-input-block textarea:-ms-input-placeholder {
  color: #ccc;
}
.area_choose .layui-input-block input::-webkit-input-placeholder,
.area_choose .layui-input-block textarea::-webkit-input-placeholder {
  color: #ccc;
}
.area_choose .layui-input-block input {
  padding: 0 30px 0 15px;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.area_choose .layui-input-block input:focus {
  outline: 1px solid #409eff;
}
.area_choose .layui-form-select .layui-edge {
  border-top-color: none;
  border-top-style: none;
  border-style: none;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  transform: rotate(45deg);
  transform-origin: 70% 70%;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.area_choose .layui-form-selected .layui-edge {
  transform: rotate(-135deg);
}
.area_choose .layui-anim-upbit {
  animation-name: layui-downbit;
}
.area_choose .layui-anim {
  min-width: 204px;
  max-height: 260px;
  border-radius: 4px;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.area_choose .layui-form-select dl {
  top: 50px;
}
.area_choose .popper__arrow {
  position: absolute;
  top: 39px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
  z-index: 999;
  animation-name: layui-downbit;
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
.area_choose .layui-select-tips {
  display: none;
}
.area_choose .layui-form-select dl dd {
  font-size: 14px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  text-align: left;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.area_choose .layui-form-select dl dd:hover {
  background-color: #f5f7fa;
}
.area_choose .layui-form-select dl dd.layui-this {
  color: #409eff;
  font-weight: 700;
  background-color: #fff;
}
.area_choose .layui-form-select dl {
  overflow-y: scroll;
}
.area_choose .layui-form-select dl::-webkit-scrollbar {
  width: 6px;
  margin-top: 10px;
  margin-right: 5px;
  border-radius: 4px;
  opacity: 0;
}
.area_choose .layui-form-select dl:hover::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(144, 147, 153, 0.3);
}
#map {
  overflow: hidden;
  width: 800px;
  height: 400px;
  margin: 0;
}
